home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 30
/
PC Gamer IT CD 30 1-2.iso
/
MOTS
/
GAMEDATA
/
RESOURCE
/
JKMRES.GOO
/
cog_item_datadisk.cog
< prev
next >
Wrap
Text File
|
1998-02-25
|
562b
|
38 lines
# Jedi Knight Cog Script
#
# ITEM_DATADISK.COG
#
# INVENTORY script - Blue Key
# Bin 45
#
# [YB]
#
# (C) 1997 LucasArts Entertainment Co. All Rights Reserved
symbols
sound keysound=BactaUse01.WAV
thing player
message activated
end
# ========================================================================================
code
activated:
player = GetSourceRef();
// Print("This is a Datadisk...");
jkPrintUNIString(player, 269);
PlaySoundLocal(keysound, 1.0, 0.0, 0 );
Return;
end